Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
TacacsClientProcess Class Reference

TacacsClientProcess holds and manipulates TACACS client. More...

Inheritance diagram for TacacsClientProcess:
Process

Public Member Functions

void removeFromServerVect (ip)
 Removes the specified client IP address from the ACS server. More...
 
void addToServerVect (ip, string, bool)
 Adds the specified client IP address to the ACS server. More...
 
int getServerCount ()
 Returns the number of ACS servers. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

TacacsClientProcess holds and manipulates TACACS client.

Member Function Documentation

◆ addToServerVect()

void TacacsClientProcess::addToServerVect ( ip  ,
string  ,
bool   
)

Adds the specified client IP address to the ACS server.

Parameters
ipAddr,theclient IP address of interest.
keyStr,thesecret key.
isSingleConnection,truefor single connection, false for multiple connection.

◆ getServerCount()

int TacacsClientProcess::getServerCount ( )

Returns the number of ACS servers.

Returns
int, the number of ACS servers.

◆ removeFromServerVect()

void TacacsClientProcess::removeFromServerVect ( ip  )

Removes the specified client IP address from the ACS server.

Parameters
ipAddr,theclient IP address of interest.

The documentation for this class was generated from the following file: